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 derfloh 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: onomo
  • Order by date
  1. onomo

    make code into a 1 liner

    Hi all, i have this code to extract all words beginning with an "@" character, it works perfectly fine: push @text,map(/(?<!\w)@\w+/g, @words); but, i need to avoid adding replicas of the same word. my space is very limited and i was wondering if it was possible to do this in a 1 liner, extract...

Part and Inventory Search

Back
Top