Regular Expression to match a pattern that doesn't starts with an alpha-numeric character | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Regular Expression to match a pattern that doesn't starts with an alpha-numeric character

Suppose, I have the following patterns: var firstPtrn = "3&s7eb"; var secondPtrn = "#u3_a7"; Now, I want a Regex that doesn't match a pattern starting with an alpha-numeric character (it can be special symbols, underscore, etc). For example, the secondPtrn. You can use any language! Note: This is not an assignment, just a normal question.

22nd May 2018, 6:47 PM
777
777 - avatar
1 Answer
23rd May 2018, 5:26 AM
SubbaReddy G
SubbaReddy G - avatar