how to write regular expression using proc in TCL to deal with following pattern ?
Posted
by Passion
on Stack Overflow
See other posts from Stack Overflow
or by Passion
Published on 2010-04-28T11:51:40Z
Indexed on
2010/04/28
12:03 UTC
Read the original article
Hit count: 201
tcl
Hello Guys, I am new to TCL and seeking a help to deal with the following expression. I am getting the i/p string from the user to validate any of these strings below & no others in a line in CLI
{ GHI GII GJI GKI}
and another tricky one is to write regexp to match only the characters which begin with alphabet A & end with B, It also have 1 or more of either YO or OY in between using procedure. Thank you
© Stack Overflow or respective owner