Regex, or regular expressions, are a pattern matching markup that programmers use to search for certain patterns in text. Regular expressions can search for just about anything, depending on how you structure them; they're used all over by programmers because they're invaluable for helping computers sort through data quickly and filter out nonsense that could otherwise cause errors. Regular expressions tend to look scary, especially for non-programmers.


Define Your RegExp


Input Your Test String


See Output



Ref: Term project by Emrah Tema