Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
Query
YASGUI SPARQL Editor
Simple Form
SWISH Prolog shell
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
A.49 library(strings): String utilities
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
The SWI-Prolog library
library(strings): String utilities
string/4
interpolate_string/4
string_lines/2
dedent_lines/3
indent_lines/3
indent_lines/4
Packages
Availability:
:- use_module(
library(strings)
).
(can be autoloaded)
[det]
indent_lines
(
:Filter, +Prefix, +In, -Out
)
Similar to
indent_lines/3
, but only adds
Prefix
to lines for which
call(Filter, Line)
succeeds.
ClioPatria
(version
no GIT?
)