UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: logChapter 11
The Awk Scripting Language
Next: Reference: next
 

match

match(s,r)

Function that matches the pattern, specified by the regular expression r, in the string s and returns either the position in s where the match begins, or 0 if no occurrences are found. Sets the value of RSTART and RLENGTH. {N}


Previous: Reference: logUNIX in a Nutshell: System V EditionNext: Reference: next
Reference: logBook IndexReference: next

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System