474,015 Members | 29,679 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

preg_split problem

L.S.

I am trying to cut a string into substrings. The string at hand looks
something like this:

$data='one|two| three|four\nfiv e|six|seven|eig ht'; //observe the chr(10) in
the middle

I would like to have this split two times. Once to give me the two
'sentences' 'one|two|three| four' and 'five|six|seven |eight'. Then, each of
these sentences would be split into their repective words. Initially I
thought it would be simple:

$sentence=preg_ split("\n",$dat a); //should give me an array $sentence
$word=preg_spli t("|",$senten ce[0]); //should give me an array $word

Unfortunately this doesn't work and now I am caught up in a new world of
'regular expression functions' that doesn't seem to make any sense. Can you
please help me to get this split function to do what I need?

Thanks for your reply, Peter.
Jul 16 '05 #1
2 4361
YES!!! That appears to do the trick. Thank you.

Peter.
Jul 16 '05 #2
Peter wrote:
L.S.

I am trying to cut a string into substrings. The string at hand looks
something like this:

$data='one|two| three|four\nfiv e|six|seven|eig ht'; //observe the chr(10) in
the middle

I would like to have this split two times. Once to give me the two
'sentences' 'one|two|three| four' and 'five|six|seven |eight'. Then, each of
these sentences would be split into their repective words. Initially I
thought it would be simple:

$sentence=preg_ split("\n",$dat a); //should give me an array $sentence
$word=preg_spli t("|",$senten ce[0]); //should give me an array $word


As pointed out elsewhere, it is better to use explode.

However, if you are doing things like this with pcre, you have to bear in mind
that if your expressions contain newlines, you have to use a multiline modifier.
Have a read and a play with it (read the manual stuff on modifiers)

Matt
Jul 16 '05 #3

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

Similar topics

16
3582
by: Sims | last post by:
Hi, I need some help to split data using regular expression Consider the string '1,2,3', I can split it using, preg_split("/,/", '1,2,3') and i correctly get =1, =2,=3. Now if i have
117
7409
by: Peter Olcott | last post by:
www.halting-problem.com
15
2189
by: voipcanada | last post by:
is there any thing we can write to keep the right txt to the = sign in the preg_split. from the following lines DST-NUMBER-IN=0033512877596, DST-NUMBER-OUT=98751#33512877596, DST-NUMBER-BILL=0033512877596 i only want 0033512877596, 98751#33512877596, 0033512877596
2
3202
by: www.douglassdavis.com | last post by:
lets say I have a line of text with multiple spaces between each word.. I am not sure how many spaces. I would like to take the line of text, and change it to put only one space between the words. So, my idea was to split it on the spaces, then implode it with one space between each word. But, this doesn't work: preg_split("/\\s*/","test test test test")
3
2378
by: none | last post by:
Hello: Using PHP 4.3.11 The line: $strDate = preg_split('//', $my_date); works to break apart a date in the form mm/dd/yyyy or mm.dd.yyyy or mm-dd-yyyy but the line: $strDate = preg_split('//', $my_date); doesn't work.
0
1154
by: tiggman | last post by:
Why preg_split works only if the char # before the delimiter is 21 or less? example php code: ============= $right = "{Hello Im very aaaaaa {cool|not cool}}"; print $right."<br>"; $pattern = '/({(?:+(?:"*"|\'*\')?)+})/'; $snip_array = preg_split($pattern, $right, -1, PREG_SPLIT_DELIM_CAPTURE); print_r($snip_array); ============ If I change $right = "{Hello Im very aaaaa {cool|not cool}}"; the
1
2606
by: skippychalmers | last post by:
Hey... new here. Could really use some help with a preg_split i'm trying to run. Basically, I have a string. In it is the tag: ''. Its a sort of bbcode feature I'm adding to a forum. There's one line of code that is key to the operation of the whole thing. It'll be within the tags, and should look like: run (anystring.app) I want to separate the string right after this line of code. So if the string was:
3
5194
by: mark1491 | last post by:
I am trying to split a string into sentences with preg_split, but I would like it to not split initials. Examples: Mark H. Doolittle is my name. What is yours. ( I don't want it to split the middle initial, but want to split after 'name') The company is is called H.R. Block. They are a good company. ( I don't want it to split after 'H', 'R') Here is the code i have, but it causes a split at every period. can someone help me out, im...
14
4553
by: pascalito | last post by:
Hi, i have a problem with a regular expression. i want to split a string on character pipe | with preg_split php function. The string is : "foo|bar|'hello|world\'abc\'def'|bye"
0
10462
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
11541
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
11835
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
11053
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
10217
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6731
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
5315
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
4868
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3900
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.