474,015 Members | 1,769 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

preg_split


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")

I would think that the regular expression would match multiple spaces,
and split on that, but instead it just breaks apart each character of
the string.

How can I break it apart so I get something like:

Array (
[0] => "test",
[1] => "test",
[2] => "test"
)

Oct 3 '05 #1
2 3202
www.douglassdavis.com wrote:
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.
If you just want to replace multiple blanks between words try:
$string = preg_replace("/\s+/", " ", $string);
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")
Replace * with +
I would think that the regular expression would match multiple spaces,
and split on that, but instead it just breaks apart each character of
the string.

How can I break it apart so I get something like:

Array (
[0] => "test",
[1] => "test",
[2] => "test"
)


$array = preg_split("/\s+/",$string);

--
Andrew @ Rockface
np: (Winamp is not active ;-)
www.rockface-records.co.uk
Oct 3 '05 #2

Andrew @ Rockface wrote:
www.douglassdavis.com wrote:
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.


If you just want to replace multiple blanks between words try:
$string = preg_replace("/\s+/", " ", $string);


much better... thanks.
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")


Replace * with +


I hadn't thought of that... makes sense.

Oct 3 '05 #3

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

Similar topics

2
4362
by: Peter | last post by:
L.S. I am trying to cut a string into substrings. The string at hand looks something like this: $data='one|two|three|four\nfive|six|seven|eight'; //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
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
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
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
1155
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
5195
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
10463
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
10282
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
12015
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
11542
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...
0
10220
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...
1
8608
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6572
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
5316
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
4869
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.