Thema: URLDECODE

Einzelnen Beitrag anzeigen

Klaus01

Registriert seit: 30. Nov 2005
Ort: München
5.755 Beiträge
 
Delphi 10.4 Sydney
 
#2

Re: URLDECODE

  Alt 18. Okt 2006, 07:30
Bei den Indys (idGlobal) gibt es sowas:

Zitat:
function URLDecode(psSrc: string): string;

Parameters

psSrc: string

URL-encoded string to be converted.

Returns

String - The un-encoded ASCII representation of the URL.

Description

URLDecode is a String function that converts a URL-encoded string to its representation in the US-ASCII character set.

URLDecode is based on the URL character encoding rules as described in the Internet Standards document Uniform Resource Locators (URL), RFC 1738 , by Tim Berners-Lee.

URLDecode can used to reverse any string encoding performed using URLEncode.
Grüße
Klaus
Klaus
  Mit Zitat antworten Zitat