🧪 Skills
Regexpal
Regular expression tester and reference tool. Test regex patterns against sample text, view match highlights, get explanations of pattern syntax, access a ch...
v1.0.0
Description
name: RegexPal description: "Regular expression tester and reference tool. Test regex patterns against sample text, view match highlights, get explanations of pattern syntax, access a cheatsheet of common patterns, and generate regex for common use cases like email, URL, phone validation." version: "1.0.0" author: "BytesAgain" tags: ["regex","regular-expression","pattern","matcher","tester","developer","text"] categories: ["Developer Tools", "Utility"]
RegexPal
Test regex. Learn patterns. Match text like a pro.
Commands
test <pattern> <text>— Test regex against textmatch <pattern> <file>— Find matches in a filecheatsheet— Common regex patterns referencecommon— Pre-built patterns (email, URL, IP, phone)explain <pattern>— Explain regex pattern syntax
Usage Examples
regexpal test "\d{3}-\d{4}" "Call 555-1234 today"
regexpal cheatsheet
regexpal common email
Powered by BytesAgain | bytesagain.com
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!