Search found 293 matches: regular

Return to advanced search

modharbour.club is celebrating its third anniversary today

... to dive into the world of web development quickly and straightforwardly. A special thanks to all the members who keep this community vibrant. Your regular visits, exchanges, and support make "modharbour.club" a place where learning and enjoyment of programming go hand in hand. Best regards, ...
by Otto
Tue Mar 26, 2024 6:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: modharbour.club is celebrating its third anniversary today
Replies: 0
Views: 188

modharbour.club is celebrating its third anniversary today

... to dive into the world of web development quickly and straightforwardly. A special thanks to all the members who keep this community vibrant. Your regular visits, exchanges, and support make "modharbour.club" a place where learning and enjoyment of programming go hand in hand. Best regards, ...
by Otto
Tue Mar 26, 2024 5:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: modharbour.club is celebrating its third anniversary today
Replies: 0
Views: 203

Fulltext-Search

... the word "example" in a file called "myfile.txt," you would use the following command: findstr "example" myfile.txt Regular Expressions: findstr supports regular expressions, which allows for more complex search patterns. For example, to find lines containing numbers, ...
by Otto
Fri Mar 15, 2024 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fulltext-Search
Replies: 6
Views: 1243

Re: Expertos en expresiones regulares

Armando, mira se ayuda: https://docs.netapp.com/us-en/oncommand-insight/config-admin/regular-expression-examples.html#example-14 https://www3.ntu.edu.sg/home/ehchua/programming/howto/Regexe.html http://www.hmgforum.com/viewtopic.php?t=3382 ...
by karinha
Thu Mar 14, 2024 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Expertos en expresiones regulares (SOLUCIONADO)
Replies: 7
Views: 1334

Re: Does anyone have an Envelope Printing module ?

... it on my Agenda to do it Monday, and then after testing, I will post it here. Most envelopes are pretty standard, and you can easily print it on regular paper to test it. Your client will need to have a printer that will feed envelopes. Otherwise they would have to manually hand feed them, and ...
by TimStone
Sat Mar 02, 2024 9:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 572

Validar e-mail usando Regex (SOLUCIONADO)

Foreros:

Alguien valida la dirección de correo electrónico usando una expresión regular (Regex) y quiera compartirlo?

Saludos
by Armando
Sun Feb 04, 2024 12:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Validar e-mail usando Regex (SOLUCIONADO)
Replies: 2
Views: 193

Steps to integrate AI

... and ultimately implement a transparent process for the user where we make a request and receive the most accurate response, similar to what a regular function does with its return. We understand that the information we want to receive is more complex. Does anyone have more experience with ...
by leandro
Fri Jan 19, 2024 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Steps to integrate AI
Replies: 4
Views: 639

Re: Nages, 2 diferent Db's update

... aValues, .T. )  // .T. indicates UPSERT Now, this insert/update happens with all the rows (selected by where clause). If this is a regular operation and we like to transfer from local to remote only those records inserted or modified recently, the process can be optimized if we ...
by nageswaragunupudi
Wed Jan 17, 2024 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Nages, 2 diferent Db's update
Replies: 2
Views: 723

Re: Calculate total pages

... Initializes a new print job with various parameters (like document name, printer setup, etc.). This is done twice, once presumably for a regular printer and once for a PDF printer. 4. **Document and Page Initialization:** - `StartDoc(oDevice:hDC, oDevice:cDocument)`: Starts a new document ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5869

Re: Help splitting up a character address string

... need to adapt this logic to the specific syntax and functions of the programming language you are using. If you're using a language that supports regular expressions, that could be an even more robust solution. Let me know if you need help in a specific programming language! User I need harbour ...
by Otto
Wed Nov 15, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602

IMPRESION ARCHIVOS PDF

... Es como si la memoria se quedara sin lugar y no quisiera generar más archivos. Como si se ahogara... Ya que estamos otra pregunta: ¿ Hay forma de regular el tamaño en bites de los pdf's generados ?, porque a veces me los genera de distinto tamaño. Las paso el código. sele 99 // Archivo con todas ...
by pedroluis
Mon Oct 02, 2023 3:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESION ARCHIVOS PDF
Replies: 27
Views: 1595

Re: GET con PICUTRE de 999999 y punto (.)

... (Esto tambien te dejará poner espacios) En caso que el punto pueda estar en cualquier lado, puedes validarlo con una expresión regular ....@ 2, 2 GET oGet VAR cText OF oDlg VALID(Validar(cText))...STATIC FUNCTION Validar(c)   LOCAL cRegEx := hb_regexComp("^[0-9]+([.][0-9]+)?$") ...
by FiveWiDi
Tue Sep 19, 2023 11:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: GET con PICUTRE de 999999 y punto (.)
Replies: 6
Views: 307

Re: GET con PICUTRE de 999999 y punto (.)

... (Esto tambien te dejará poner espacios) En caso que el punto pueda estar en cualquier lado, puedes validarlo con una expresión regular ....@ 2, 2 GET oGet VAR cText OF oDlg VALID(Validar(cText))...STATIC FUNCTION Validar(c)   LOCAL cRegEx := ...
by cmsoft
Mon Sep 18, 2023 11:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GET con PICUTRE de 999999 y punto (.)
Replies: 6
Views: 307

Re: Substitution characters

Sorry, Antonio! I don't really understand how substitution characters can be used in regular expressions. I need to find a phrase in the text. This phrase is in the text, but the separators between the words may be different :(
by Natter
Wed Aug 30, 2023 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Substitution characters
Replies: 3
Views: 215

Re: Search by format

That's not how I asked the question. :(
I am interested in a regular expression for a date of this format «06» April 2023 (months may be different)
by Natter
Wed Aug 02, 2023 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search by format
Replies: 7
Views: 436
Next

Return to advanced search