My regex knowledge is strictly limited, but I need to use it to check a string for a specific number, e.g.
12345 123543 123222 4124214 2323 42124 23123 24444 34342
How can I use regex to confirm whether 2323 is in the above string?
Basically, if the string contains the number, for my project, then the string and the number are a match. If this isn't clear, please let me know and I'll try to expand.
4444in your example string?