![]() |
need regex help
I have lines that look like this
12345678:firstname ID:Name What is the regex code for deleting everything after the ":" This is what I have so far, but its not getting all the characters Code:
:[a-z\s]*$ |
Try
.*?:(\w+)\s*$ |
PHP Code:
|
| All times are GMT -7. The time now is 12:54 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123