Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Topic closed
#1 2004-06-29 22:02:19
- ninj
- Archived Plugin Author
- Registered: 2004-04-27
- Posts: 2
[archived] saw_regexp
I’ve been hacking together some regular expression support for some ideas I’m toying with (mainly for a gallery.)
Sadly, I don’t have much time to spend on playing with this stuff as I would like, but I though I’d release the plugin to get some feedback.
Download saw_regexp
update:
What does it do? Well, it doesn’t have anything to do with a gallery yet. All it does is supply the ability to use regular expressions to replace text inside your templates.
Last edited by ninj (2004-06-29 22:18:15)
Offline
Re: [archived] saw_regexp
I would be polite to say what the plugin actually does, so that people know what they are downloading. I can’t imagine what ‘regular expressions’ have in common with a gallery.
Who’s gonna textdrive you home tonight?
Offline
#3 2004-06-29 22:18:40
- ninj
- Archived Plugin Author
- Registered: 2004-04-27
- Posts: 2
Re: [archived] saw_regexp
> mamash wrote:
I would be polite to say what the plugin actually does, so that people know what they are downloading. I can’t imagine what ‘regular expressions’ have in common with a gallery.
done!
Last edited by ninj (2004-06-29 22:20:07)
Offline
Re: [archived] saw_regexp
> mamash wrote:
> I can’t imagine what ‘regular expressions’ have in common with a gallery.
Obviously you are not a Perl programmer. <code>=^.^=</code>
Edit: Apparently I only amused myself.
Last edited by takshaka (2004-06-30 17:58:23)
Offline
Re: [archived] saw_regexp
takshaka wrote: Obviously you are not a Perl programmer. <code>=^.^=</code>
You’re right, I’m not. I do use regexp quite often, though.
Who’s gonna textdrive you home tonight?
Offline
Re: [archived] saw_regexp
I don’t get it. What does it do & what is the benefit? Is it a short-cut? Will it improve productivity? Will it get me babes? :o)
I use this thing
Offline
Re: [archived] saw_regexp
RegExp stands for regular expressions, and it’s a way to match characters to a search string. It’s kind of hard to explain, but instead of searching for words, you search for something defined by an expression, like ^[A-Z] matches any line that starts with a capital letter.
Offline
Pages: 1
Topic closed