skip to main content

kiesler.at
YahooPipesRegex
Back to Page | Back to History

Difference between revisions

Version 5, 2008-06-27 11:56 Version 6, 2008-06-27 12:05
Lines 101 - 104 Lines 101 - 111
Also from a [http://discuss.pipes.yahoo.com/Message_Boards_for_Pipes/threadview?m=te&bn=pip-DeveloperHelp&tid=4349&mid=4349&tof=159&frt=2#4349 Yahoo Pipes Discussion]. You can use the \U flag to convert something to uppercase. For example Also from a [http://discuss.pipes.yahoo.com/Message_Boards_for_Pipes/threadview?m=te&bn=pip-DeveloperHelp&tid=4349&mid=4349&tof=159&frt=2#4349 Yahoo Pipes Discussion]. You can use the \U flag to convert something to uppercase. For example
   
* replace [(.*)] with [\U$1] * replace [(.*)] with [\U$1]
   
   
  **Convert to Lowercase**
   
  No surprise here, you can use the \L flag to convert something to lowercase
   
  * replace [(.*)] with [\L$1]