fork download
  1. // [ github.com/3F Whitespace-Example1 (wspace-v0.3)
  2. ...
  3. /**
  4. * To work with an interval:
  5. * ,_________,
  6. *{word} ... {word}
  7. */
  8. udiff_t interval();
  9. /** forward to next SPLIT-block */
  10. bool nextBlock(tstring::const_iterator& it, bool delta =true);
  11. private:
  12. /** this is target sequence */
  13. tstring _text;
  14. /** the main pattern */
  15. tstring _filter;
  16.  
  17.  
  18. inline tstring _lowercase(tstring str) throw()
  19. {
  20. transform(str.begin(), str.end(), str.begin(), towlower);
  21. return str;
  22. };
  23. ...
  24.  
  25.  
  26.  
Success #stdin #stdout 0s 4476KB
stdin
Standard input is empty
stdout
++Prg& 0x3F