Tag: Regular Expression

  • Regular Expressions Cheat sheet

    Regular Expressions form sequence of characters which can be used for pattern matching. They are quite powerful tool for finding or matching combination of characters. Special Characters in Regular Expression backslash ( \ ) – Used for matching special character by proceeding with backslash Eg:- For matching period in a string use backslash before period…