Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: AndrewRR
  • Content: Threads
  • Order by date
  1. AndrewRR

    Regex Question

    Hello Could you help me with regex related question? I have code: -------------- $s = '-html=-head=head data-head=-body=BODY-body=-html='; while ($s =~ /=(.+?)-/gxis) { print "$1\n"; } -------------- when I run this code I see results: --------- -head=head data -body=BODY --------- but...

Part and Inventory Search

Back
Top