Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Code Samples & Tips > Additional Libraries
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Additional Libraries Users contributed libraries.
This sub-forum is only available to licensed users.

RegEx lib with Split method

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-26-2011, 07:54 PM
Knows the basics
 
Join Date: Aug 2010
Location: Russia
Posts: 64
Default RegEx lib with Split method

The library has no this method, but it is sometimes necessary...
The expanded library is presented below.
Sample:
Code:
Sub Globals
    
Dim strs(0As String 
End Sub

Sub App_Start
        S = 
"1" & CRLF & "2" & CRLF & "3" & CRLF & "4" & CRLF & "5"
        RE.New1(
"\r\n")
    strs() = RE.Split(S)
    
For i = 0 To ArrayLen(strs()) -1
              
Msgbox(strs(i))
    
Next
End Sub
Attached Files
File Type: zip RegEx.zip (2.9 KB, 26 views)
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Split String into Tabular Form junaidahmed Basic4android Updates and Questions 5 04-27-2011 08:06 AM
split derez Basic4android Updates and Questions 5 11-15-2010 10:20 AM
Split Sub declarations over multiple lines mjcoon Basic4ppc Wishlist 1 06-07-2010 11:17 AM
Split string with multiple separators mjcoon Basic4ppc Wishlist 2 12-03-2009 08:59 AM
RegEx-library - Split ? moster67 Basic4ppc Wishlist 11 09-15-2008 04:51 PM


All times are GMT. The time now is 07:33 AM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0