-
regular exp help please
Im trying to extract a number from a string
the string could be any of the following
any-text-goes-here-t8.html
some-other-text-could-be-here-t378.html
and-some-different-text-could-be-here-t6867.html
im trying to extract the number between the t and .html at the end
any help greatly appreciated
-
/t(\d+)\.html$/
Something like that?
-
thanks dude I appreciate it
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks