From: dsoutter on 30 Dec 2009 01:26 This article provides a function written in VBScript which removes illegal characters from a string. The illegal characters are specified in an array at the beginning of the function. The function is passed the string which may contain illegal characters, which then processes the string to remove or replace any illegal characters. The code also allows you to specify the character or word which will replace specific illegal characters. The illegal characters provided in the function are included for processing strings which will become the filename of a document or list item in SharePoint, which has a number of characters which are not accepted. VBScript String Clean function - remove or replace illegal characters http://www.code-tips.com/2009/04/vbscript-string-clean-function-remove.html http://groups.google.com/group/web-programming-seo/browse_thread/thread/9ebe27782db28888 http://forums.webmasterhub.net/viewtopic.php?f=27&t=1170 http://forums.webmasterhub.net/viewtopic.php?f=27&t=53 http://www.webmasterhub.net/display.php?c=VB
From: dsoutter on 30 Dec 2009 01:27 On Dec 30, 5:26 pm, dsoutter <dsout...(a)iinet.net.au> wrote: > This article provides a function written in VBScript which removes > illegal > characters from a string. The illegal characters are specified in an > array > at the beginning of the function. The function is passed the string > which > may contain illegal characters, which then processes the string to > remove or > replace any illegal characters. The code also allows you to specify > the > character or word which will replace specific illegal characters. The > illegal characters provided in the function are included for > processing > strings which will become the filename of a document or list item in > SharePoint, which has a number of characters which are not accepted. > VBScript String Clean function - remove or replace illegal > characters > > http://www.code-tips.com/2009/04/vbscript-string-clean-function-remov... > > http://groups.google.com/group/web-programming-seo/browse_thread/thre... > > http://forums.webmasterhub.net/viewtopic.php?f=27&t=1170 > > http://forums.webmasterhub.net/viewtopic.php?f=27&t=53 > > http://www.webmasterhub.net/display.php?c=VB http://groups.google.com/group/web-programming-seo/browse_thread/thread/5679da8b83ba820d
From: dsoutter on 30 Dec 2009 01:31 On Dec 30, 5:27 pm, dsoutter <dsout...(a)iinet.net.au> wrote: > On Dec 30, 5:26 pm, dsoutter <dsout...(a)iinet.net.au> wrote: > > > > > This article provides a function written in VBScript which removes > > illegal > > characters from a string. The illegal characters are specified in an > > array > > at the beginning of the function. The function is passed the string > > which > > may contain illegal characters, which then processes the string to > > remove or > > replace any illegal characters. The code also allows you to specify > > the > > character or word which will replace specific illegal characters. The > > illegal characters provided in the function are included for > > processing > > strings which will become the filename of a document or list item in > > SharePoint, which has a number of characters which are not accepted. > > VBScript String Clean function - remove or replace illegal > > characters > > >http://www.code-tips.com/2009/04/vbscript-string-clean-function-remov... > > >http://groups.google.com/group/web-programming-seo/browse_thread/thre... > > >http://forums.webmasterhub.net/viewtopic.php?f=27&t=1170 > > >http://forums.webmasterhub.net/viewtopic.php?f=27&t=53 > > >http://www.webmasterhub.net/display.php?c=VB > > http://groups.google.com/group/web-programming-seo/browse_thread/thre... http://www.web-resource.org/web-programming/
|
Pages: 1 Prev: Global Warming and what you can do to against it Next: SPAM |