Search Options
close
Search the following clips:
All Clips
Everyone's Clips
My Guides
Sign Up
Install
Learn More
Login
perl: 文字列から改行を取り除く
schneemoca
follow
0
7-25-2009 10:27 PM
197 views
Add a Comment
Login
to Comment. Not a member yet?
Sign up
Today's Top Clips
Examples of Excellent Animal Photography Shots
Faithful Dog Rides and Walks Beside Boy's Casket.
Blind Mother regains her sight and sees youngest daughter for the first time
Killer Tripped on Baggy Pants, Plunged to Death after Slaying Three
Political Lie of the Year
The Decade in News Photographs [50 PHOTOS]
A Christmas Orange
"Was it good for you?" "Are you kidding?"
High School Quadruplets Get Accepted into Yale [Photos of the Fantastic Four]
The Birds nest turns to ice
visit the
Top Clips page
View the Top Clips from
July 25, 2009
Embed This Clip In Your Site...
<div style="margin: 12px 0px; font-family: arial; color: #333333; background: #ffffff; border: solid 4px #e5e5e5; width: 100%; clear: left;"><div class="CM_CTB_Content_Wrap" style="margin: 0px; padding: 0px;background-color: #ffffff;"><div style="border-bottom: solid 1px #dcdcdc; white-space: nowrap; margin-bottom: 8px; background-color: #eeeeee ;background-image: url(http://clipmarks.com/images/source-bg.gif); background-repeat: repeat-x; height: 24px; line-height: 24px; vertical-align: middle; padding-bottom: 4px; color: #666666; font-size: 10px;" ><a href="http://clipmarks.com/clip-to-blog/" title="see clips that are hot right now"><img src="http://content.clipmarks.com/blog_embed/64ed2348-da8f-45ac-a057-59ce79878f08/151A7F11-D3AA-4BB2-A1B9-DB3EBFFB17C0/" alt="" width="19" height="19" border="0" style="vertical-align: middle; margin: 0px 4px; display: inline; border: none; float:none;" /></a>clipped from <a title="http://www.nishishi.com/perltips/string2.html" href="http://www.nishishi.com/perltips/string2.html" style="font-size: 11px;">www.nishishi.com</a></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.nishishi.com/perltips/string2.html"><H3>文字列から改行を取り除く</H3></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.nishishi.com/perltips/string2.html"><DIV class="description"> 「 \n 」と「 \r 」を削除すれば、改行を削除したことになります。正規表現を使って次のように書けばOKです。 </DIV></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.nishishi.com/perltips/string2.html"><DIV class="source"> <CODE> $string =~ s/\r//; $string =~ s/\n//; </CODE> </DIV></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.nishishi.com/perltips/string2.html"><DIV class="comment">上記は、変数 $string を処理対象にしていて、1行目では「文字列中の \r を削除」、2行目では「文字列中の \n を削除」しています。</DIV></blockquote></div><div style="margin: 0px 6px 6px 4px;"><table style="font-size: 11px;border-spacing: 0px;padding: 0px;" cellpadding="0" cellspacing="0" width="100%"><tr><td style="background:transparent;border-width:0px;padding:0px;"> </td><td align="right" style="background:transparent;border-width:0px;padding:0px;width:107px" width="107"><a href="http://clipmarks.com/share/151A7F11-D3AA-4BB2-A1B9-DB3EBFFB17C0/blog/" title="blog or email this clip"><img src="http://content6.clipmarks.com/images/c2b-foot.png" border="0" alt="blog it" width="107" height="17" style="border-width:0px;padding:0px;margin:0px;" /></a></td></tr></table></div></div>
New from the makers of Clipmarks:
Amplify.com - Don't just share the news...Amplify it!
Clipmarks
Home
New Clips
Top Clips
Dashboard
Popular Topics
News
Life
Science
Technology
Entertainment
Get Started
Sign Up
Install Clipping Tool
How Clipping Works
Clip-to-Blog™
ClipSearch
Tools and Resources
FAQ
ClipWeek
Top Clippers
Top Tags
Site Map
About Clipmarks
About Us
Contact
Copyright
Privacy
EULA
OK