source:
products/qPloneGoogleMaps/tags/0.1.0/utility.py
| Last change on this file was 1, checked in by myroslav, 20 years ago | |
|---|---|
|
|
| File size: 289 bytes | |
| Line | |
|---|---|
| 1 | |
| 2 | """ Utility module """ |
| 3 | |
| 4 | def processDesc(desc): |
| 5 | """ Utility function for processing objects descriptions """ |
| 6 | import re |
| 7 | pattern1 = re.compile(r'[\r\n]', re.M|re.I) |
| 8 | pattern2 = re.compile(r'[\"]', re.M|re.I) |
| 9 | res = pattern2.sub("'", desc) |
| 10 | return pattern1.sub(' ', res) |
Note: See TracBrowser
for help on using the repository browser.
![(please configure the [header_logo] section in trac.ini)](/trac/chrome/common/qtrac_logo.png)