One thing that's not doing what you want is the if(/("/w+/")/){ line. Let's analyze it.
# if. Nothing weird yet. # | # | Okay. A regex. But where's the ")"? # | | # | | What's this? ;) # | | | # | | | End of condition part. # | | | | # | | | | A random slash # | | | | | # | | | | | A random closing paren. # | | | | | | if( /("/ w+/" ) / ) {
What are those inner slashes doing there anyway?
In reply to Re: separating two sententences
by muba
in thread separating two sententences
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |