473,320 Members | 1,936 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

CodeModule Find Method regexp

Hello

Anybody knows regexp used in CodeModule Find Method

I'm trying to use regexp's to find all procedures in CodeModule
Maybe there is other way in Access

Thank You
Illya
Nov 12 '05 #1
5 4138
Hello

It seems to me worked are:
- Character, Character class []
abc, [abc], [a-c]
- Logical |
a|c
- Repeating, only *

And that's seems all
Not works
- grouping ()
- any \n, \t, \s, \S
- repeating ?, +

illya
"Illya Havsiyevych" <ga***@ukr.net> wrote in message
news:bm***********@news.wnet.ua...
Hello

Anybody knows regexp used in CodeModule Find Method

I'm trying to use regexp's to find all procedures in CodeModule
Maybe there is other way in Access

Thank You
Illya

Nov 12 '05 #2
TC
The pattern matching in Access is not a full regexp implementation. Grrrrr
:-(

TC
"Illya Havsiyevych" <ga***@ukr.net> wrote in message
news:bm***********@news.wnet.ua...
Hello

It seems to me worked are:
- Character, Character class []
abc, [abc], [a-c]
- Logical |
a|c
- Repeating, only *

And that's seems all
Not works
- grouping ()
- any \n, \t, \s, \S
- repeating ?, +

illya
"Illya Havsiyevych" <ga***@ukr.net> wrote in message
news:bm***********@news.wnet.ua...
Hello

Anybody knows regexp used in CodeModule Find Method

I'm trying to use regexp's to find all procedures in CodeModule
Maybe there is other way in Access

Thank You
Illya


Nov 12 '05 #3
I see :(

Do You know some spec about what is implemented ?

illya
"TC" <a@b.c.d> wrote in message news:1065761201.750990@teuthos...
The pattern matching in Access is not a full regexp implementation. Grrrrr :-(

TC
"Illya Havsiyevych" <ga***@ukr.net> wrote in message
news:bm***********@news.wnet.ua...
Hello

It seems to me worked are:
- Character, Character class []
abc, [abc], [a-c]
- Logical |
a|c
- Repeating, only *

And that's seems all
Not works
- grouping ()
- any \n, \t, \s, \S
- repeating ?, +

illya
"Illya Havsiyevych" <ga***@ukr.net> wrote in message
news:bm***********@news.wnet.ua...
Hello

Anybody knows regexp used in CodeModule Find Method

I'm trying to use regexp's to find all procedures in CodeModule
Maybe there is other way in Access

Thank You
Illya



Nov 12 '05 #4
TC
It's all in online help under the LIKE operator, or somesuch.

TC
"Illya Havsiyevych" <ga***@ukr.net> wrote in message
news:bm***********@news.wnet.ua...
I see :(

Do You know some spec about what is implemented ?

illya
"TC" <a@b.c.d> wrote in message news:1065761201.750990@teuthos...
The pattern matching in Access is not a full regexp implementation.

Grrrrr
:-(

TC
"Illya Havsiyevych" <ga***@ukr.net> wrote in message
news:bm***********@news.wnet.ua...
Hello

It seems to me worked are:
- Character, Character class []
abc, [abc], [a-c]
- Logical |
a|c
- Repeating, only *

And that's seems all
Not works
- grouping ()
- any \n, \t, \s, \S
- repeating ?, +

illya
"Illya Havsiyevych" <ga***@ukr.net> wrote in message
news:bm***********@news.wnet.ua...
> Hello
>
> Anybody knows regexp used in CodeModule Find Method
>
> I'm trying to use regexp's to find all procedures in CodeModule
> Maybe there is other way in Access
>
> Thank You
> Illya
>
>



Nov 12 '05 #5
Thank You
"TC" <a@b.c.d> wrote in message news:1065841300.263424@teuthos...
It's all in online help under the LIKE operator, or somesuch.

TC
"Illya Havsiyevych" <ga***@ukr.net> wrote in message
news:bm***********@news.wnet.ua...
I see :(

Do You know some spec about what is implemented ?

illya
"TC" <a@b.c.d> wrote in message news:1065761201.750990@teuthos...
The pattern matching in Access is not a full regexp implementation.

Grrrrr
:-(

TC
"Illya Havsiyevych" <ga***@ukr.net> wrote in message
news:bm***********@news.wnet.ua...
> Hello
>
> It seems to me worked are:
> - Character, Character class []
> abc, [abc], [a-c]
> - Logical |
> a|c
> - Repeating, only *
>
> And that's seems all
> Not works
> - grouping ()
> - any \n, \t, \s, \S
> - repeating ?, +
>
> illya
>
>
> "Illya Havsiyevych" <ga***@ukr.net> wrote in message
> news:bm***********@news.wnet.ua...
> > Hello
> >
> > Anybody knows regexp used in CodeModule Find Method
> >
> > I'm trying to use regexp's to find all procedures in CodeModule
> > Maybe there is other way in Access
> >
> > Thank You
> > Illya
> >
> >
>
>



Nov 12 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Bruno Rodrigues | last post by:
Hi, There is a "Find" method for string objects in .NET Framework? Bruno Rodrigues
1
by: mirandacascade | last post by:
I do not understand how to use the find() method in ElementTree. The file 'sample.xml' is: <?xml version="1.0"?> <SampleRoot> <Header> <Product>FindMystery</Product> </Header>...
1
by: thomaz | last post by:
Hi; My code below doesn´t work well in windows 98 only. I use them in windows XP and it´s OK. thisBuilder = new OleDbCommandBuilder (thisAdapter); thisDataSet = new DataSet ();
3
by: Brad | last post by:
I need a routine that runs through the current datatable to check for a duplicate entry using two columns. When I set an array variable to object and then set each variable's data to find, does...
3
by: Tim Frawley | last post by:
I am using the Find method on a dataview. What I have found is that the method appears to be case insensitive. I have tested this and it appears to be true. Is there a way to specify case...
3
by: rnettle | last post by:
Can anyone tell me how to use the DataRowCollection.Find Method on 3 primary keys, 2 of the keys are of the String type and the other is of the DateTime type. I have tried the code below but get...
3
by: muskito.net | last post by:
Hi, I Have the following code: Public Sub UpdateEvent(ByVal ID As Integer, _ ByVal StartTime As Integer, _ ByVal Duration As Integer) EventId = ID Dim EventToUpdate As SchedulerEvent =...
0
by: njuneardave | last post by:
This line of code will make the Find method search for a search key in a given range if you search from top to bottom: m_form.richTextBox1.Find(searchKey, searchDownAreaStart, searchDownAreaEnd,...
3
by: Tony Johansson | last post by:
Hello! Assume I have the class shown below and it's stored in a generic List. If I want to find the Value for a specific Id how do I use the find method. We can assume that the generic List...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.