XMM-Newton SAS Home Page
XMM-Newton Science Analysis System


ssclib (ssclib-4.36.3) [22.0.0-9173c7d25-20250127]


stripStr()

  subroutine stripStr(inStr, outStr, isPreceedingOnly)
    character(*), intent(in)  :: inStr
    character(*), intent(out) :: outStr
    logical, intent(in), optional :: isPreceedingOnly	! .false. in default.
  end subroutine stripStr

This “strips” the input string, namely removes the preceeding and trailing spaces, tabs, line-feeds, carriage-returns. If isPreceedingOnly is given and TRUE, no trailing space is deleted.



XMM-Newton SOC -- 2025-01-27