perl -pi -e 's|<p><a.*||s'

Python On Regexp extraction in Python

by nicerobot, March 17, 2010 17:28 Star_full

If that's the entire file, ...

7f69b0a9f0a030c37dca69736abb9f39 Talk
import re

def process_html(str):
...

Python On Regexp extraction in Python

by nicerobot, March 17, 2010 12:46

1. Regular Expressions Are ...

7f69b0a9f0a030c37dca69736abb9f39 Talk

PHP On Register/Login Script

by nicerobot, March 16, 2010 11:07

The "most secure possible l...

7f69b0a9f0a030c37dca69736abb9f39 Talk
Query execute = new Query("{any select or pl/sql}",
                          // Inputs and Outputs are for bind variables.
                          new SQL.Inputs(Integer.class, ...),
...

Java On Repetitive code to interact...

by nicerobot, March 15, 2010 21:40 Star_fullStar_fullStar_fullStar_fullStar_full

I think you're actually ask...

7f69b0a9f0a030c37dca69736abb9f39 Talk