skip to main | skip to sidebar

Perl Programming Language Tutorial

Pages

  • Home
 
  • RSS
  • Twitter
Sunday, October 14, 2012

Perl function to trim leading and trailing spaces from a string

Posted by Raju Gupta at 2:00 AM – 1 comments
 

Leading and trailing spaces, if any present, are trimmed and the string is returned back to the caller. If a NULL string is passed, the function does nothing.


 sub fstr_trim ($)
{
        # Arguments: The string to be trimmed.
        my ($mstr_original) = @_;
        #if a null/empty string is passed, just quit
        return unless(defined $mstr_original);

        $mstr_original =~ s/[s]+$//g;
        $mstr_original =~ s/^[s]+//g;
        $mstr_original =~ s/^ +//g;
        $mstr_original =~ s/ +$//g;
        return($mstr_original);
} # end of fstr_trim

Email This BlogThis! Share to X Share to Facebook

One Response so far.

  1. Unknown says:
    October 14, 2015 at 2:28 AM

    hiện tại Nhạc Thành muốn đi, chúng nữ không khỏi oán than, chúng nữ muốn đi cùng thì Nhạc Thành không đồng ý, thực lực của bọn họ còn không đủ, chỉ mang theo Hiểu Kỳ và Thi Thi đi cùng là được rồi, đây cũng là không có cách nào.

    ở trong đình viện, hiện tại Nhạc Thành ở trong phòng, lúc này Lê Tiêu Dao nguyệt thẹn hoa nhường đang ở đó.

    Lê Tiêu Dao cất tiếng hỏi Nhạc Thành:

    - Ngươi tại sao lại không dẫn ta đi tới thành đan lôi mà chỉ dẫn Hiểu Kỳ tỷ và Thi THi, chẳng lẽ vì ta không đẹdongtam
    mu moi ra hom nay
    tim phong tro
    http://nhatroso.com/
    nhạc sàn
    tổng đài tư vấn luật
    văn phòng luật hà nội
    tổng đài tư vấn luật
    thành lập công ty trọn gói
    http://we-cooking.com/
    chém gió
    trung tâm tiếng anhp bằng?

    Nhạc Thành hơi sững sờ, không ngờ đại tiểu thư lại hỏi vấn đề này.

    Loại vấn đề này mà trả lời không hay nhất định sẽ đem lại hậu quả nghiêm trọng, Nhạc Thành nhất thời ngẩn người ành ho khan vài tiếng, loại vấn đề này cần phải cẩn thận trả lời mới được, hồi lâu sau hắn nói:

    - Dĩ nhiên không phải thế, tất cả đều rất đẹp, nàng thì có ngọc thể giống như một đóa hoa mai nở rộ ngày đầu đông vậy, quả thật là vô cùng kiều diễm. Nàng là tuyệt đại giai nhân y như tiên tử hạ phàm, lại tràn đầy khí chất tiên thiên thoát tục, hai chân thon dài cân xứng làm tăng thêm vẻ gợi

Leave a Reply

Newer Post Older Post
Subscribe to: Post Comments (Atom)
  • Popular
  • Recent
  • Archives

Popular Posts

  • Perl function to compare two dates
    This function can be used to compare two dates using PERL. The function accepts two string(date) arguments, let's say date1 and date2...
  • File size and modified time
    When we pass the file name (include full path) as parameter,It will give us the size of the file and last modified time. sub getFileSt...
  • Perl function to check whether file or dir name passed to it readable or not
    The function makes sure that the path (directory and/or file) passed to it as an Input parameter is readable or not   use constant SU...
  • Perl script to find files older than x minutes
    This script can be used to find files in a windows directory older than 40 min. List can be emailed to a user also. Script can be modi...
  • Sepearte First name and last name by using PERL regular expressions
    We are using PERL regular expression. We are using 3 functions prxparse,prxmatch and prxposn. Prxparse takes regularexpression an...
  • Perl function to check whether the passed path is empty or not
    The function makes sure that the path (directory and/or file) passed to it as an Input parameter is empty or not. use constant SUCCESS ...
  • Perl function to trim leading and trailing spaces from a string
    Leading and trailing spaces, if any present, are trimmed and the string is returned back to the caller. If a NULL string is passed, the func...
  • Fix Message Reader from Log
    Various subroutines of the package FixUtil can be used to read fix message (tag, value pair). Fix message can be extracted. Tag and Value ca...
  • Login screen using Perl
    This code snippet takes one parameter for default user and displays a login screen asking for user name and password . It aslo provides a...
  • Script to rotate any log file
    This script creates a copy of standard out log files of Weblogic Server after it has reached a predefined size limit,renames it with current...
Powered by Blogger.

Archives

  • ▼  2012 (24)
    • ▼  October (24)
      • Sepearte First name and last name by using PERL re...
      • Validate Info-Perl Script
      • Print Message--Perl Script
      • Password encryption-Perl Script
      • Convert to Seconds--Perl script
      • File size and modified time
      • Convert to minute-Perl script
      • Login screen using Perl
      • Huge text file comparator
      • Parse Input - Perl Script
      • Get colored difference - Perl Script
      • Perl function to compare two dates
      • Script to rotate any log file
      • Cross Referencing script
      • Random Bunch Creation in Perl
      • NASDAQ Status checker using Perl
      • Fix Message Reader from Log
      • Perl script to find files older than x minutes
      • Perl function to check whether the passed path is ...
      • Date Arimatic
      • Perl function to trim leading and trailing spaces ...
      • Perl function to check whether the passed path is ...
      • Perl function to check whether file or dir name pa...
      • Perl function to check whether the passed path is ...
 

Followers

Labels

  • File Searching Example (1)
  • Perl Date Example (2)
  • Perl Encryption Example (1)
  • Perl File Example (2)
  • Validation Example (1)
 
 
© 2011 Perl Programming Language Tutorial | Designs by Web2feel & Fab Themes

Bloggerized by DheTemplate.com - Main Blogger