forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


String processing DLL
Goto page Previous  1, 2, 3, 4 ... 10, 11, 12  Next
 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Other Product Support/Announcements
View previous topic :: View next topic  
Author Message
Boo
Valued Contributor
Valued Contributor


Joined: 31 Oct 2003
Posts: 599
Location: Gulf Breeze, Florida USA

PostPosted: Sun Nov 16, 2003 2:35 am    Post subject: Reply with quote

Awesome! Very nice. Thanks Dread!
Back to top
View user's profile Send private message
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Sun Dec 28, 2003 12:21 pm    Post subject: Reply with quote

Version 1.1 uploaded to VDSWorld. Direct link:

http://www.vdsworld.com/index.php?page=download&fileid=363

2 new functions added:

- Xencode to convert characters into HTML entities (e.g. "á" into "á")

- NumXencode to convert characters into numeric HTML entities (e.g. "á" into "& #225;")

Greetz
Dr. Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing


Last edited by Dr. Dread on Sun Dec 28, 2003 1:21 pm; edited 1 time in total
Back to top
View user's profile Send private message
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sun Dec 28, 2003 12:59 pm    Post subject: Reply with quote

Nice! Very Happy
_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
CodeScript
Moderator Team


Joined: 08 Jun 2003
Posts: 1060
Location: India

PostPosted: Mon Dec 29, 2003 2:59 am    Post subject: Reply with quote

Excellent Very Happy
_________________
Regards
- CodeScript
Arrow Give your application a professional look with the VDSGUI Extension
Back to top
View user's profile Send private message Visit poster's website
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Wed Jan 07, 2004 11:40 pm    Post subject: Reply with quote

Version 1.2 uploaded. Get it here:

http://www.vdsworld.com/index.php?page=download&fileid=363

Help file corrected as some function groups had been left out in the overview Embarassed

New function:

@string(pos....) Returns the first position of the search string in the input string. The search starting
position can be set as desired (default = 1). Locale aware as opposed to VDS @pos() function.


Greetz
Dr. Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Thu Jan 08, 2004 7:18 am    Post subject: Reply with quote

hi dr dread,

just had a quick look at your help file...looks like an impressive dll...you must have spent a great deal of time on this dll...well done!

serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Thu Jan 08, 2004 9:50 am    Post subject: Reply with quote

Yeah, quite a few hours went into that one.. Wink

BTW, thanks for your help concerning the TimeDate.dll help file Smile

Greetz
Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Fri Jan 09, 2004 1:56 am    Post subject: Reply with quote

you are welcome dr dread...sorry i couldn't do more on account of my going away for a break

serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Thu Feb 12, 2004 1:58 pm    Post subject: Reply with quote

New version 1.3 uploaded to VDSWorld. Direct link:

http://www.vdsworld.com/index.php?page=download&fileid=363

New functions added to allow encoding/decoding using Base64 as specified in MIME.


Greetz
Dr. Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Mon Feb 23, 2004 10:55 pm    Post subject: Reply with quote

New version 1.4 uploaded to VDSWorld. Direct link:

http://www.vdsworld.com/index.php?page=download&fileid=363

Added search&replace in files.

The new @string(ReplaceInFile) function will not run into VDS' list limitations, such as limited number of lines
and slow loading. Last test replaced approx. 1,000 occurences of a string in an 18 meg/100,000 lines file in just about 1
second.

Wink

Greetz
Dr. Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Wed Mar 17, 2004 11:10 am    Post subject: Reply with quote

New version 1.5 is available. Direct link:

http://www.vdsworld.com/index.php?page=download&fileid=363

New regular expression functions added:
@string(RegxFind) - check for regx matches
@string(RegxReplace) - search and replace strings via regx
@string(RegxRepInFile) - same thing, but filewide
@string(CountRep) - get the number of replacements made in regular expression functions.

Greetz
Dr. Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
marty
Professional Member
Professional Member


Joined: 10 May 2001
Posts: 789

PostPosted: Wed Mar 17, 2004 12:24 pm    Post subject: Reply with quote

Worship

Thank you Doctor. Very Happy
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
CodeScript
Moderator Team


Joined: 08 Jun 2003
Posts: 1060
Location: India

PostPosted: Wed Mar 17, 2004 12:51 pm    Post subject: Reply with quote

Thanks very much for that update Smile
_________________
Regards
- CodeScript
Arrow Give your application a professional look with the VDSGUI Extension
Back to top
View user's profile Send private message Visit poster's website
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Wed Mar 17, 2004 7:23 pm    Post subject: Reply with quote

Thankx guys! Nice to hear from ya...

Greetz
Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Wed Mar 17, 2004 7:47 pm    Post subject: Reply with quote

Thanks Thumbs Up
_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Other Product Support/Announcements All times are GMT
Goto page Previous  1, 2, 3, 4 ... 10, 11, 12  Next
Page 3 of 12

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group