Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.448.240 Times

Remove Spaces From A String software
Filter: All | Freeware | Demo
 

Remove Spaces From A String

1 2 3 4 5 > 
Added: May 10, 2013 | Visits: 764

Remove duplicates from a sequence The fastest way to remove duplicates from a sequence depends on some pretty subtle properties of the sequence elements, such as whether they're hashable, and whether they support full comparisons. This script defines the unique() function that tries three methods, from fastest to slowest,...



Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (52): Remove duplicates from a sequence Download

Added: July 30, 2013 | Visits: 282

Read numbers from a string The function PARSE_NUMBERS applies SSCANF to read numbers from delimited string.A = PARSE_NUMBERS(S) separates the string, S, into a cell array of substrings which are individually scanned to determine numeric values; results are returned in matrix A.The behavior of PARSE_NUMBERS can be modified...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (42): Read numbers from a string Download

Added: May 10, 2013 | Visits: 412

Encoding A String The main purpose of these functions are to allow encoding a string from base 256 to a special base 255. The function view the strings as numbers and simply change what base they are written in. This is not recommended for very long strings; otherwise, the encoding and decoding process can take a...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Encoding A String Download

Added: May 10, 2013 | Visits: 826

extract filename from a full path string extract filename from a full path string easily returns the filename component of a path with the built-in PHP basename() function. Useful for splitting a string path to get the filename.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (61): extract filename from a full path string Download

Added: June 22, 2013 | Visits: 325

Generate a subdirectory listing from a path string PATH_PARTS returns a listing of strings representing subdirectories parsed from a path string.A simple function that examines a string and returns a naive directory listing; no validity checks are made on subdirectory strings.A = PATH_PARTS(S) returns a cell array of strings containing the...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (44): Generate a subdirectory listing from a path string Download

Added: May 10, 2013 | Visits: 380

Encrypting A String The main purpose of these functions are to encrypt and decrypt a string (or change the string from one "language" into another). The code is simple, but it provides a simple solution to a well-known encryption scheme. As a recommendation, this may be better when used in conjunction with an...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (53): Encrypting A String Download

Added: April 29, 2013 | Visits: 406

Ignore Spaces This script automatically removes spaces from a string variable within a script or from user input into a text box.Several different uses are shown on the script example page.


Platforms: JavaScript

License: Freeware Size: 10 KB Download (45): Ignore Spaces Download

Released: May 19, 2015  |  Added: August 18, 2016 | Visits: 1.669

Excel Space Remover Excel Space Remover is an innovative tool designed & developed to remove space from excel sheet. The software is an expert in clearing away spaces from a large part of selected rows or columns in an excel sheet. It has the ability to remove leading, trailing and even extra spaces that somehow are...


Platforms: Windows, Windows 7

License: Shareware Cost: $19.95 USD Size: 2.46 MB Download (166): Excel Space Remover Download

Released: September 06, 2012  |  Added: September 06, 2012 | Visits: 497

Word String Removal The Word String Removal is a free program that allows you to remove a selected word from a string, fast and easy. Just add the string you want to clear, set the word to remove from the string, and click on Go, the Word String Removal will remove the word from the string.


Platforms: Windows

License: Freeware Size: 185 KB Download (407): Word String Removal Download

sel_and_del Interactively select and delete points from a 2D plot with the mouse sel_and_del Interactively select and delete points from a line object using mouse input. Left-click selects the point closest to the click and Right-click unselects it. The selected points are highlighted with a black square. The selection process is stopped by hitting any keyboard key when the...


Platforms: Matlab


Added: June 17, 2013 | Visits: 532

Standing Waves on a String Model The Ejs Standing Waves on a String model displays the motion of a standing wave on a string. The standing wave can be augmented by adding the zero line and the maximum displacement of the string. The number of standing waves shown can be changed via a slider. You can modify this simulation if you...


Platforms: Mac

License: Freeware Size: 1.39 MB Download (37): Standing Waves on a String Model Download

Added: August 06, 2008 | Visits: 1.268

Remove Duplicates from Excel Remove Duplicates from Excel is designed for searching and processing duplicated cells in Microsoft Excel tables. Program key functions: search across rows or columns; search across an entire table or a specified range of cells; search of duplicates in all or specified rows or columns; an...


Platforms: Windows

License: Shareware Cost: $39.00 USD Size: 1.61 MB Download (100): Remove Duplicates from Excel Download

Added: May 10, 2013 | Visits: 610

Reversing a String by Words or Characters Reversing a String by Words or Characters script allows you to reverse the characters or words of a string.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Reversing a String by Words or Characters Download

Added: May 10, 2013 | Visits: 401

Processing a string-one character at a time This function allows you to process a string by one character at a time.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Processing a string-one character at a time Download

Added: May 10, 2013 | Visits: 742

Replacing a portion of a string This script allows you to replace a portion of a string at a given position.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (59): Replacing a portion of a string Download

Added: May 10, 2013 | Visits: 393

Hash a string Hash a string script hashes a string (preferably your name) to an alter ego description.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Hash a string Download

Added: May 10, 2013 | Visits: 674

Remove Signature From Guests This Mod will remove signatures from being viewed by users who are not logged in.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (54): Remove Signature From Guests Download

Added: May 10, 2013 | Visits: 407

Reverse a string Reverse a string script allows you to reverse a string.


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (57): Reverse a string Download

Added: August 30, 2013 | Visits: 626

Arithmetic code to encode a string of char It is a matlab function that codes a string of char with Arithmetic coding.res=arithmetic_code(alphabet, distr_pr, string)'alphabet' is a vector that contains the char used in the string 'string'; 'string' is the string to codify; 'distr_pr' is the probability distribution of the alphabet's...


Platforms: Matlab

License: Freeware Size: 10 KB Download (45): Arithmetic code to encode a string of char Download

Added: July 08, 2013 | Visits: 854

remove page from search results remove pages from search results.Installation : 1. Upload remove-page-from-search-results.php to the /wp-content/plugins/ directory 2. Activate the plugin through the 'Plugins' menu in WordPress


Platforms: PHP

License: Freeware Size: 10 KB Download (47): remove page from search results Download

1 2 3 4 5 >